1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmProduct
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmProduct))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.Panel4 = New System.Windows.Forms.Panel()
32         Me.txtID = New System.Windows.Forms.TextBox()
33         Me.btnRemove = New System.Windows.Forms.Button()
34         Me.btnAdd = New System.Windows.Forms.Button()
35         Me.dgw = New System.Windows.Forms.DataGridView()
36         Me.Column1 = New System.Windows.Forms.DataGridViewImageColumn()
37         Me.lblUserType = New System.Windows.Forms.Label()
38         Me.txtVAT = New System.Windows.Forms.TextBox()
39         Me.txtDiscount = New System.Windows.Forms.TextBox()
40         Me.Label11 = New System.Windows.Forms.Label()
41         Me.Label9 = New System.Windows.Forms.Label()
42         Me.Label8 = New System.Windows.Forms.Label()
43         Me.txtSellingPrice = New System.Windows.Forms.TextBox()
44         Me.txtProductName = New System.Windows.Forms.TextBox()
45         Me.Picture = New System.Windows.Forms.PictureBox()
46         Me.txtCostPrice = New System.Windows.Forms.TextBox()
47         Me.txtSubCategoryID = New System.Windows.Forms.TextBox()
48         Me.BRemove = New System.Windows.Forms.Button()
49         Me.cmbSubCategory = New System.Windows.Forms.ComboBox()
50         Me.Browse = New System.Windows.Forms.Button()
51         Me.cmbCategory = New System.Windows.Forms.ComboBox()
52         Me.lblUser = New System.Windows.Forms.Label()
53         Me.Label4 = New System.Windows.Forms.Label()
54         Me.Label10 = New System.Windows.Forms.Label()
55         Me.Label2 = New System.Windows.Forms.Label()
56         Me.Label3 = New System.Windows.Forms.Label()
57         Me.txtProductCode = New System.Windows.Forms.TextBox()
58         Me.txtFeatures = New System.Windows.Forms.TextBox()
59         Me.Label5 = New System.Windows.Forms.Label()
60         Me.Label7 = New System.Windows.Forms.Label()
61         Me.txtReorderPoint = New System.Windows.Forms.TextBox()
62         Me.Label6 = New System.Windows.Forms.Label()
63         Me.Panel3 = New System.Windows.Forms.Panel()
64         Me.btnGetData = New System.Windows.Forms.Button()
65         Me.btnDelete = New System.Windows.Forms.Button()
66         Me.btnClose = New System.Windows.Forms.Button()
67         Me.btnUpdate = New System.Windows.Forms.Button()
68         Me.btnSave = New System.Windows.Forms.Button()
69         Me.btnNew = New System.Windows.Forms.Button()
70         Me.Panel2 = New System.Windows.Forms.Panel()
71         Me.Label1 = New System.Windows.Forms.Label()
72         Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
73         Me.Panel1.SuspendLayout()
74         Me.Panel4.SuspendLayout()
75         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
76         CType(Me.Picture, System.ComponentModel.ISupportInitialize).BeginInit()
77         Me.Panel3.SuspendLayout()
78         Me.Panel2.SuspendLayout()
79         Me.SuspendLayout()
80         
'
81         
'Panel1
82         
'
83         Me.Panel1.BackColor = System.Drawing.Color.White
84         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
85         Me.Panel1.Controls.Add(Me.Panel4)
86         Me.Panel1.Controls.Add(Me.Panel3)
87         Me.Panel1.Controls.Add(Me.Panel2)
88         Me.Panel1.Location = New System.Drawing.Point(
8, 7)
89         Me.Panel1.Name =
"Panel1"
90         Me.Panel1.Size = New System.Drawing.Size(
1063, 680)
91         Me.Panel1.TabIndex =
2
92         
'
93         
'Panel4
94         
'
95         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
96         Me.Panel4.Controls.Add(Me.txtID)
97         Me.Panel4.Controls.Add(Me.btnRemove)
98         Me.Panel4.Controls.Add(Me.btnAdd)
99         Me.Panel4.Controls.Add(Me.dgw)
100         Me.Panel4.Controls.Add(Me.lblUserType)
101         Me.Panel4.Controls.Add(Me.txtVAT)
102         Me.Panel4.Controls.Add(Me.txtDiscount)
103         Me.Panel4.Controls.Add(Me.Label11)
104         Me.Panel4.Controls.Add(Me.Label9)
105         Me.Panel4.Controls.Add(Me.Label8)
106         Me.Panel4.Controls.Add(Me.txtSellingPrice)
107         Me.Panel4.Controls.Add(Me.txtProductName)
108         Me.Panel4.Controls.Add(Me.Picture)
109         Me.Panel4.Controls.Add(Me.txtCostPrice)
110         Me.Panel4.Controls.Add(Me.txtSubCategoryID)
111         Me.Panel4.Controls.Add(Me.BRemove)
112         Me.Panel4.Controls.Add(Me.cmbSubCategory)
113         Me.Panel4.Controls.Add(Me.Browse)
114         Me.Panel4.Controls.Add(Me.cmbCategory)
115         Me.Panel4.Controls.Add(Me.lblUser)
116         Me.Panel4.Controls.Add(Me.Label4)
117         Me.Panel4.Controls.Add(Me.Label10)
118         Me.Panel4.Controls.Add(Me.Label2)
119         Me.Panel4.Controls.Add(Me.Label3)
120         Me.Panel4.Controls.Add(Me.txtProductCode)
121         Me.Panel4.Controls.Add(Me.txtFeatures)
122         Me.Panel4.Controls.Add(Me.Label5)
123         Me.Panel4.Controls.Add(Me.Label7)
124         Me.Panel4.Controls.Add(Me.txtReorderPoint)
125         Me.Panel4.Controls.Add(Me.Label6)
126         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
127         Me.Panel4.Location = New System.Drawing.Point(
9, 75)
128         Me.Panel4.Name =
"Panel4"
129         Me.Panel4.Size = New System.Drawing.Size(
924, 589)
130         Me.Panel4.TabIndex =
0
131         
'
132         
'txtID
133         
'
134         Me.txtID.Location = New System.Drawing.Point(
391, 32)
135         Me.txtID.Name =
"txtID"
136         Me.txtID.Size = New System.Drawing.Size(
53, 21)
137         Me.txtID.TabIndex =
323
138         Me.txtID.Visible = False
139         
'
140         
'btnRemove
141         
'
142         Me.btnRemove.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
143         Me.btnRemove.Location = New System.Drawing.Point(
837, 396)
144         Me.btnRemove.Name =
"btnRemove"
145         Me.btnRemove.Size = New System.Drawing.Size(
76, 28)
146         Me.btnRemove.TabIndex =
20
147         Me.btnRemove.Text =
"&Remove"
148         Me.btnRemove.UseVisualStyleBackColor = True
149         
'
150         
'btnAdd
151         
'
152         Me.btnAdd.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
153         Me.btnAdd.Location = New System.Drawing.Point(
837, 362)
154         Me.btnAdd.Name =
"btnAdd"
155         Me.btnAdd.Size = New System.Drawing.Size(
76, 28)
156         Me.btnAdd.TabIndex =
19
157         Me.btnAdd.Text =
"&Add"
158         Me.btnAdd.UseVisualStyleBackColor = True
159         
'
160         
'dgw
161         
'
162         Me.dgw.AllowUserToAddRows = False
163         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
164         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
165         Me.dgw.BackgroundColor = System.Drawing.Color.White
166         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
167         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
168         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
169         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
170         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
171         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
172         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
173         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
174         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
175         Me.dgw.ColumnHeadersHeight =
24
176         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1})
177         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
178         Me.dgw.EnableHeadersVisualStyles = False
179         Me.dgw.GridColor = System.Drawing.Color.White
180         Me.dgw.Location = New System.Drawing.Point(
592, 362)
181         Me.dgw.MultiSelect = False
182         Me.dgw.Name =
"dgw"
183         Me.dgw.ReadOnly = True
184         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
185         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
186         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
187         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
188         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
189         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
190         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
191         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
192         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
193         Me.dgw.RowHeadersVisible = False
194         Me.dgw.RowHeadersWidth =
25
195         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
196         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
197         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
198         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
199         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
200         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
201         Me.dgw.RowTemplate.Height =
180
202         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
203         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
204         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
205         Me.dgw.Size = New System.Drawing.Size(
239, 211)
206         Me.dgw.TabIndex =
322
207         
'
208         
'Column1
209         
'
210         Me.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
211         Me.Column1.HeaderText =
"Photo"
212         Me.Column1.ImageLayout = System.Windows.Forms.DataGridViewImageCellLayout.Zoom
213         Me.Column1.Name =
"Column1"
214         Me.Column1.ReadOnly = True
215         
'
216         
'lblUserType
217         
'
218         Me.lblUserType.AutoSize = True
219         Me.lblUserType.Location = New System.Drawing.Point(
316, 16)
220         Me.lblUserType.Name =
"lblUserType"
221         Me.lblUserType.Size = New System.Drawing.Size(
62, 15)
222         Me.lblUserType.TabIndex =
313
223         Me.lblUserType.Text =
"User Type"
224         Me.lblUserType.Visible = False
225         
'
226         
'txtVAT
227         
'
228         Me.txtVAT.BackColor = System.Drawing.Color.White
229         Me.txtVAT.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
230         Me.txtVAT.Location = New System.Drawing.Point(
353, 451)
231         Me.txtVAT.Name =
"txtVAT"
232         Me.txtVAT.Size = New System.Drawing.Size(
90, 21)
233         Me.txtVAT.TabIndex =
8
234         Me.txtVAT.Text =
"0.00"
235         Me.txtVAT.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
236         
'
237         
'txtDiscount
238         
'
239         Me.txtDiscount.BackColor = System.Drawing.Color.White
240         Me.txtDiscount.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
241         Me.txtDiscount.Location = New System.Drawing.Point(
353, 424)
242         Me.txtDiscount.Name =
"txtDiscount"
243         Me.txtDiscount.Size = New System.Drawing.Size(
90, 21)
244         Me.txtDiscount.TabIndex =
6
245         Me.txtDiscount.Text =
"0.00"
246         Me.txtDiscount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
247         
'
248         
'Label11
249         
'
250         Me.Label11.AutoSize = True
251         Me.Label11.Location = New System.Drawing.Point(
265, 451)
252         Me.Label11.Name =
"Label11"
253         Me.Label11.Size = New System.Drawing.Size(
34, 15)
254         Me.Label11.TabIndex =
302
255         Me.Label11.Text =
"VAT :"
256         
'
257         
'Label9
258         
'
259         Me.Label9.AutoSize = True
260         Me.Label9.Location = New System.Drawing.Point(
265, 424)
261         Me.Label9.Name =
"Label9"
262         Me.Label9.Size = New System.Drawing.Size(
61, 15)
263         Me.Label9.TabIndex =
301
264         Me.Label9.Text =
"Discount :"
265         
'
266         
'Label8
267         
'
268         Me.Label8.AutoSize = True
269         Me.Label8.Location = New System.Drawing.Point(
10, 451)
270         Me.Label8.Name =
"Label8"
271         Me.Label8.Size = New System.Drawing.Size(
82, 15)
272         Me.Label8.TabIndex =
300
273         Me.Label8.Text =
"Selling Price :"
274         
'
275         
'txtSellingPrice
276         
'
277         Me.txtSellingPrice.BackColor = System.Drawing.Color.White
278         Me.txtSellingPrice.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
279         Me.txtSellingPrice.Location = New System.Drawing.Point(
125, 451)
280         Me.txtSellingPrice.Name =
"txtSellingPrice"
281         Me.txtSellingPrice.Size = New System.Drawing.Size(
111, 21)
282         Me.txtSellingPrice.TabIndex =
7
283         Me.txtSellingPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
284         
'
285         
'txtProductName
286         
'
287         Me.txtProductName.BackColor = System.Drawing.SystemColors.ButtonHighlight
288         Me.txtProductName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
289         Me.txtProductName.Location = New System.Drawing.Point(
125, 41)
290         Me.txtProductName.Name =
"txtProductName"
291         Me.txtProductName.Size = New System.Drawing.Size(
257, 21)
292         Me.txtProductName.TabIndex =
1
293         
'
294         
'Picture
295         
'
296         Me.Picture.Image = Global.Sales_and_Inventory_System.My.Resources.Resources._12
297         Me.Picture.Location = New System.Drawing.Point(
592, 12)
298         Me.Picture.Name =
"Picture"
299         Me.Picture.Size = New System.Drawing.Size(
244, 309)
300         Me.Picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
301         Me.Picture.TabIndex =
297
302         Me.Picture.TabStop = False
303         
'
304         
'txtCostPrice
305         
'
306         Me.txtCostPrice.BackColor = System.Drawing.Color.White
307         Me.txtCostPrice.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
308         Me.txtCostPrice.Location = New System.Drawing.Point(
125, 424)
309         Me.txtCostPrice.Name =
"txtCostPrice"
310         Me.txtCostPrice.Size = New System.Drawing.Size(
111, 21)
311         Me.txtCostPrice.TabIndex =
5
312         Me.txtCostPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
313         
'
314         
'txtSubCategoryID
315         
'
316         Me.txtSubCategoryID.Location = New System.Drawing.Point(
391, 5)
317         Me.txtSubCategoryID.Name =
"txtSubCategoryID"
318         Me.txtSubCategoryID.Size = New System.Drawing.Size(
53, 21)
319         Me.txtSubCategoryID.TabIndex =
13
320         Me.txtSubCategoryID.Visible = False
321         
'
322         
'BRemove
323         
'
324         Me.BRemove.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
325         Me.BRemove.ForeColor = System.Drawing.Color.Black
326         Me.BRemove.Location = New System.Drawing.Point(
728, 327)
327         Me.BRemove.Name =
"BRemove"
328         Me.BRemove.Size = New System.Drawing.Size(
108, 23)
329         Me.BRemove.TabIndex =
18
330         Me.BRemove.Text =
"Remove"
331         Me.BRemove.UseVisualStyleBackColor = True
332         
'
333         
'cmbSubCategory
334         
'
335         Me.cmbSubCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
336         Me.cmbSubCategory.Enabled = False
337         Me.cmbSubCategory.FormattingEnabled = True
338         Me.cmbSubCategory.Location = New System.Drawing.Point(
125, 97)
339         Me.cmbSubCategory.Name =
"cmbSubCategory"
340         Me.cmbSubCategory.Size = New System.Drawing.Size(
173, 23)
341         Me.cmbSubCategory.TabIndex =
3
342         
'
343         
'Browse
344         
'
345         Me.Browse.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
346         Me.Browse.ForeColor = System.Drawing.Color.Black
347         Me.Browse.Location = New System.Drawing.Point(
592, 327)
348         Me.Browse.Name =
"Browse"
349         Me.Browse.Size = New System.Drawing.Size(
130, 23)
350         Me.Browse.TabIndex =
17
351         Me.Browse.Text =
"Browse..."
352         Me.Browse.UseVisualStyleBackColor = True
353         
'
354         
'cmbCategory
355         
'
356         Me.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
357         Me.cmbCategory.FormattingEnabled = True
358         Me.cmbCategory.Location = New System.Drawing.Point(
125, 68)
359         Me.cmbCategory.Name =
"cmbCategory"
360         Me.cmbCategory.Size = New System.Drawing.Size(
173, 23)
361         Me.cmbCategory.TabIndex =
2
362         
'
363         
'lblUser
364         
'
365         Me.lblUser.AutoSize = True
366         Me.lblUser.Location = New System.Drawing.Point(
265, 12)
367         Me.lblUser.Name =
"lblUser"
368         Me.lblUser.Size = New System.Drawing.Size(
45, 15)
369         Me.lblUser.TabIndex =
12
370         Me.lblUser.Text =
"Label8"
371         Me.lblUser.Visible = False
372         
'
373         
'Label4
374         
'
375         Me.Label4.AutoSize = True
376         Me.Label4.Location = New System.Drawing.Point(
10, 97)
377         Me.Label4.Name =
"Label4"
378         Me.Label4.Size = New System.Drawing.Size(
86, 15)
379         Me.Label4.TabIndex =
24
380         Me.Label4.Text =
"Sub Category :"
381         
'
382         
'Label10
383         
'
384         Me.Label10.AutoSize = True
385         Me.Label10.Location = New System.Drawing.Point(
10, 477)
386         Me.Label10.Name =
"Label10"
387         Me.Label10.Size = New System.Drawing.Size(
89, 15)
388         Me.Label10.TabIndex =
21
389         Me.Label10.Text =
"Reorder Point :"
390         
'
391         
'Label2
392         
'
393         Me.Label2.AutoSize = True
394         Me.Label2.Location = New System.Drawing.Point(
10, 41)
395         Me.Label2.Name =
"Label2"
396         Me.Label2.Size = New System.Drawing.Size(
92, 15)
397         Me.Label2.TabIndex =
5
398         Me.Label2.Text =
"Product Name :"
399         
'
400         
'Label3
401         
'
402         Me.Label3.AutoSize = True
403         Me.Label3.Location = New System.Drawing.Point(
10, 11)
404         Me.Label3.Name =
"Label3"
405         Me.Label3.Size = New System.Drawing.Size(
87, 15)
406         Me.Label3.TabIndex =
0
407         Me.Label3.Text =
"Product Code :"
408         
'
409         
'txtProductCode
410         
'
411         Me.txtProductCode.BackColor = System.Drawing.SystemColors.Control
412         Me.txtProductCode.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
413         Me.txtProductCode.Location = New System.Drawing.Point(
125, 13)
414         Me.txtProductCode.Name =
"txtProductCode"
415         Me.txtProductCode.ReadOnly = True
416         Me.txtProductCode.Size = New System.Drawing.Size(
123, 21)
417         Me.txtProductCode.TabIndex =
0
418         
'
419         
'txtFeatures
420         
'
421         Me.txtFeatures.BackColor = System.Drawing.Color.White
422         Me.txtFeatures.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
423         Me.txtFeatures.Location = New System.Drawing.Point(
125, 126)
424         Me.txtFeatures.Multiline = True
425         Me.txtFeatures.Name =
"txtFeatures"
426         Me.txtFeatures.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
427         Me.txtFeatures.Size = New System.Drawing.Size(
449, 291)
428         Me.txtFeatures.TabIndex =
4
429         
'
430         
'Label5
431         
'
432         Me.Label5.AutoSize = True
433         Me.Label5.Location = New System.Drawing.Point(
10, 68)
434         Me.Label5.Name =
"Label5"
435         Me.Label5.Size = New System.Drawing.Size(
61, 15)
436         Me.Label5.TabIndex =
11
437         Me.Label5.Text =
"Category :"
438         
'
439         
'Label7
440         
'
441         Me.Label7.AutoSize = True
442         Me.Label7.Location = New System.Drawing.Point(
10, 126)
443         Me.Label7.Name =
"Label7"
444         Me.Label7.Size = New System.Drawing.Size(
75, 15)
445         Me.Label7.TabIndex =
13
446         Me.Label7.Text =
"Description :"
447         
'
448         
'txtReorderPoint
449         
'
450         Me.txtReorderPoint.BackColor = System.Drawing.Color.White
451         Me.txtReorderPoint.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
452         Me.txtReorderPoint.Location = New System.Drawing.Point(
125, 477)
453         Me.txtReorderPoint.Name =
"txtReorderPoint"
454         Me.txtReorderPoint.Size = New System.Drawing.Size(
111, 21)
455         Me.txtReorderPoint.TabIndex =
9
456         Me.txtReorderPoint.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
457         
'
458         
'Label6
459         
'
460         Me.Label6.AutoSize = True
461         Me.Label6.Location = New System.Drawing.Point(
10, 424)
462         Me.Label6.Name =
"Label6"
463         Me.Label6.Size = New System.Drawing.Size(
68, 15)
464         Me.Label6.TabIndex =
12
465         Me.Label6.Text =
"Cost Price :"
466         
'
467         
'Panel3
468         
'
469         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
470         Me.Panel3.Controls.Add(Me.btnGetData)
471         Me.Panel3.Controls.Add(Me.btnDelete)
472         Me.Panel3.Controls.Add(Me.btnClose)
473         Me.Panel3.Controls.Add(Me.btnUpdate)
474         Me.Panel3.Controls.Add(Me.btnSave)
475         Me.Panel3.Controls.Add(Me.btnNew)
476         Me.Panel3.Location = New System.Drawing.Point(
942, 75)
477         Me.Panel3.Name =
"Panel3"
478         Me.Panel3.Size = New System.Drawing.Size(
111, 210)
479         Me.Panel3.TabIndex =
2
480         
'
481         
'btnGetData
482         
'
483         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
484         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
485         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
486         Me.btnGetData.Location = New System.Drawing.Point(
13, 135)
487         Me.btnGetData.Name =
"btnGetData"
488         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
489         Me.btnGetData.TabIndex =
5
490         Me.btnGetData.Text =
"&Get Data"
491         Me.btnGetData.UseVisualStyleBackColor = True
492         
'
493         
'btnDelete
494         
'
495         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
496         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
497         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
498         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
499         Me.btnDelete.Name =
"btnDelete"
500         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
501         Me.btnDelete.TabIndex =
3
502         Me.btnDelete.Text =
"&Delete"
503         Me.btnDelete.UseVisualStyleBackColor = True
504         
'
505         
'btnClose
506         
'
507         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
508         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
509         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
510         Me.btnClose.Location = New System.Drawing.Point(
13, 166)
511         Me.btnClose.Name =
"btnClose"
512         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
513         Me.btnClose.TabIndex =
4
514         Me.btnClose.Text =
"&Close"
515         Me.btnClose.UseVisualStyleBackColor = True
516         
'
517         
'btnUpdate
518         
'
519         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
520         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
521         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
522         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
523         Me.btnUpdate.Name =
"btnUpdate"
524         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
525         Me.btnUpdate.TabIndex =
2
526         Me.btnUpdate.Text =
"&Update"
527         Me.btnUpdate.UseVisualStyleBackColor = True
528         
'
529         
'btnSave
530         
'
531         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
532         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
533         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
534         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
535         Me.btnSave.Name =
"btnSave"
536         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
537         Me.btnSave.TabIndex =
1
538         Me.btnSave.Text =
"&Save"
539         Me.btnSave.UseVisualStyleBackColor = True
540         
'
541         
'btnNew
542         
'
543         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
544         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
545         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
546         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
547         Me.btnNew.Name =
"btnNew"
548         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
549         Me.btnNew.TabIndex =
0
550         Me.btnNew.Text =
"&New"
551         Me.btnNew.UseVisualStyleBackColor = True
552         
'
553         
'Panel2
554         
'
555         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
556         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
557         Me.Panel2.Controls.Add(Me.Label1)
558         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
559         Me.Panel2.Name =
"Panel2"
560         Me.Panel2.Size = New System.Drawing.Size(
1044, 62)
561         Me.Panel2.TabIndex =
0
562         
'
563         
'Label1
564         
'
565         Me.Label1.AutoSize = True
566         Me.Label1.BackColor = System.Drawing.Color.Transparent
567         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
568         Me.Label1.ForeColor = System.Drawing.Color.White
569         Me.Label1.Location = New System.Drawing.Point(
402, 18)
570         Me.Label1.Name =
"Label1"
571         Me.Label1.Size = New System.Drawing.Size(
136, 24)
572         Me.Label1.TabIndex =
0
573         Me.Label1.Text =
"Product Entry"
574         
'
575         
'OpenFileDialog1
576         
'
577         Me.OpenFileDialog1.FileName =
"OpenFileDialog1"
578         
'
579         
'frmProduct
580         
'
581         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
582         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
583         Me.BackColor = System.Drawing.Color.DarkSlateGray
584         Me.ClientSize = New System.Drawing.Size(
1079, 694)
585         Me.Controls.Add(Me.Panel1)
586         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
587         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
588         Me.MaximizeBox = False
589         Me.MinimizeBox = False
590         Me.Name =
"frmProduct"
591         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
592         Me.Panel1.ResumeLayout(False)
593         Me.Panel4.ResumeLayout(False)
594         Me.Panel4.PerformLayout()
595         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
596         CType(Me.Picture, System.ComponentModel.ISupportInitialize).EndInit()
597         Me.Panel3.ResumeLayout(False)
598         Me.Panel2.ResumeLayout(False)
599         Me.Panel2.PerformLayout()
600         Me.ResumeLayout(False)
601
602     End Sub
603     Friend WithEvents Panel1 As System.Windows.Forms.Panel
604     Friend WithEvents Panel4 As System.Windows.Forms.Panel
605     Friend WithEvents Label3 As System.Windows.Forms.Label
606     Friend WithEvents txtProductCode As System.Windows.Forms.TextBox
607     Friend WithEvents Panel3 As System.Windows.Forms.Panel
608     Friend WithEvents btnDelete As System.Windows.Forms.Button
609     Friend WithEvents btnClose As System.Windows.Forms.Button
610     Friend WithEvents btnUpdate As System.Windows.Forms.Button
611     Friend WithEvents btnSave As System.Windows.Forms.Button
612     Friend WithEvents btnNew As System.Windows.Forms.Button
613     Friend WithEvents Panel2 As System.Windows.Forms.Panel
614     Friend WithEvents Label1 As System.Windows.Forms.Label
615     Friend WithEvents Label7 As System.Windows.Forms.Label
616     Friend WithEvents Label6 As System.Windows.Forms.Label
617     Friend WithEvents Label5 As System.Windows.Forms.Label
618     Friend WithEvents txtFeatures As System.Windows.Forms.TextBox
619     Friend WithEvents Label2 As System.Windows.Forms.Label
620     Friend WithEvents lblUser As System.Windows.Forms.Label
621     Friend WithEvents txtReorderPoint As System.Windows.Forms.TextBox
622     Friend WithEvents Label10 As System.Windows.Forms.Label
623     Friend WithEvents Label4 As System.Windows.Forms.Label
624     Private WithEvents Browse As System.Windows.Forms.Button
625     Private WithEvents BRemove As System.Windows.Forms.Button
626     Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
627     Friend WithEvents btnGetData As System.Windows.Forms.Button
628     Public WithEvents Picture As System.Windows.Forms.PictureBox
629     Friend WithEvents txtCostPrice As System.Windows.Forms.TextBox
630     Friend WithEvents txtSubCategoryID As System.Windows.Forms.TextBox
631     Friend WithEvents cmbSubCategory As System.Windows.Forms.ComboBox
632     Friend WithEvents cmbCategory As System.Windows.Forms.ComboBox
633     Friend WithEvents Label8 As System.Windows.Forms.Label
634     Friend WithEvents txtSellingPrice As System.Windows.Forms.TextBox
635     Friend WithEvents txtProductName As System.Windows.Forms.TextBox
636     Friend WithEvents txtVAT As System.Windows.Forms.TextBox
637     Friend WithEvents txtDiscount As System.Windows.Forms.TextBox
638     Friend WithEvents Label11 As System.Windows.Forms.Label
639     Friend WithEvents Label9 As System.Windows.Forms.Label
640     Friend WithEvents lblUserType As System.Windows.Forms.Label
641     Public WithEvents btnRemove As System.Windows.Forms.Button
642     Public WithEvents btnAdd As System.Windows.Forms.Button
643     Friend WithEvents dgw As System.Windows.Forms.DataGridView
644     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewImageColumn
645     Friend WithEvents txtID As System.Windows.Forms.TextBox
646
647 End Class


Gõ tìm kiếm nhanh...